Script.GetLoadTestContext

Note: This statement is only used in load test scripts. See Load Testing for more information.

Returns the application name and version number the load test is running against. The information is retrieved from the application repository.

Syntax

Script.GetContext()

Supported objects

Script

Return value

Value Description
Value Application name and version number the load test is running against.

Example

context = Script.GetLoadTestContext()

PrintLn("Web site/version: " + context)